home *** CD-ROM | disk | FTP | other *** search
/ Pink Daily - The Pink Days / Pink Daily - The Pink Days.iso / pc / pinkdata / rda1.dir / 00028_Script_28 < prev    next >
Text File  |  1995-08-24  |  309b  |  10 lines

  1. on selectButton sNum
  2.   put item 1 of the name of cast the castNum of sprite sNum into cName
  3.   repeat while rollOver(sNum)
  4.     if rollOver(sNum) then
  5.       set the castNum of sprite sNum = the number of cast (cName & "r")
  6.     end if
  7.     updateStage
  8.     if mouseDown() then exit repeat
  9.   end repeat
  10. end